home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-10-19 | 2.0 KB | 77 lines |
- ; NETET32P.INF
- ;
- ; KTI ET32/PX SERIES PCI Ethernet Adapter
- ;
- ; Copyright (c) 1993-1997, KTI NETWORKS INC.
- ;
-
- [version]
- Signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %MSFT%
- LayoutFile = layout.inf
- DriverVer=10/19/1999,4.0.0.1
-
- [Manufacturer]
- %KTI% = KTI
-
- [ControlFlags]
- ExcludeFromSelect = PCI\VEN_8E2E&DEV_3000
-
- [KTI]
- %ET32.DeviceDesc% = ET32.ndi, PCI\VEN_8E2E&DEV_3000 ; KTI ET32/Px Series
-
- ;----------------------------------------------------------------------------
- ; main sections
- ;
- [ET32.ndi]
- AddReg = ET32.reg
- BusType = 5
- Characteristics = 0x04
- CopyFiles = ET32.CopyFiles
-
- [ET32.ndi.Services]
- AddService = ET32NT, 2, ET32.Service, ET32.EventLog
-
- [ET32.CopyFiles]
- et32nt.sys,,,2
-
- ;----------------------------------------------------------------------------
- ; Driver and Service Section
- ;
- [ET32.reg]
- HKR, Ndi, Service, 0, "ET32"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
-
- [ET32.Service]
- DisplayName = %ET32nt.Service.DispName%
- ServiceType = 1 ; %SERVICE_KERNEL_DRIVER%
- StartType = 3 ; %SERVICE_DEMAND_START%
- ErrorControl = 1 ; %SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\et32nt.sys
- LoadOrderGroup = NDIS
-
- [ET32.EventLog]
- AddReg = ET32.AddEventLog.reg
-
- [ET32.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
- ;----------------------------------------------------------------------------
- [DestinationDirs]
- ET32.CopyFiles = 12
-
- ;-------------------------------------------------------------------------------
- ; Localizable Strings
- ;
- [Strings]
- KTI = "KTI"
- MSFT = "Microsoft"
- ET32.DeviceDesc = "KTI ET32/Px Series PCI Ethernet Adapter"
- ET32nt.Service.DispName = "KTI ET32/Px Series PCI Ethernet Adapter NT Driver"
-
-
-